/*Header*/
#topbar .sft{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
/*End of Header*/
/*home page*/

#topbar .navbar a{
	font-size: 14px;
}
@media(max-width: 991px) and (min-width: 768px){
	#topbar2 img, .footer-top img{
		width: 80%;
	}
}
@media(max-width: 767px){
	#topbar2 img, .footer-top img{
		width: 100%;
	}
}
#home_main {
	position: relative;
	margin-bottom: -200px;
	z-index: auto;
}
#home_main:before {
	content: "";
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
}
#home_main .home_main-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 100;
	right: 10;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	/*text-align: center;*/
	padding-left: 75px;

}

#home_main h1 {
	margin: 0 0 8px 0;
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

#home_main h2 {
	margin: 0 0 8px 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
	color: #fff;
}
#home_main .btn-get-started {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 18px;
	/*border-radius: 50px;*/
	transition: 0.5s;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 2px solid #ed1c24;
	text-transform: uppercase;
	color: #fff;
}
#home_main .btn-get-started {
	background: #ffffff;
	color: #000;
	border: 1px solid #ffffff;
}
#home_main .btn-get-started:hover {
	background: #ed1c24;
	color: #ffffff;
	border: 1px solid #ed1c24;
}
.hpic{
	width: 30px;
}

@media (min-width: 1024px) {
	#home_main {
		background-attachment: fixed;
	}

	.hide1{
		display: none;
	}
}
@media (max-width: 1024px) {
	/* #home_main {
		height: 100vh;
	} */
	#home_main h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#home_main h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#home_main {
		position: relative;
		margin-bottom: -90px;
		z-index: auto;
	}
	#home_main .home_main-container {
		display: none;
	}
	.img-a{
		order: 2;
	}
	.home_content .content{
		order: 3;
	}
	.home_content .title{
		order: 1;
	}
	.hide2{
		display: none;
	}
	.hide1{
		text-align: center;
	}
}
@media (min-width: 576px) {
	.htext{
		font-size: 20px!important;
	}
}

.hr{
	width: 47px;
	margin: 0px auto 25px;
	border-bottom: 3px solid #000!important;
	opacity: 1;
}
.count{
	font-size: 35px;
	color: #000000;
	font-weight: 400;
}
/*home page*/

/*Back to top*/
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top:hover{
	opacity: 0.7;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 20px;
    bottom: 60px;
    z-index: 996;
    background: #ed1c24;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i{
	padding: 14px 0px 14px 15px;
	color: #fff;
}
/*End back to top*/

/*who_we_are*/

.who_title{
	font-weight: bold;
	color: #e7494a;
	font-size: 26px;
}
#who_we_are {
	background: #f1f1f1;
}
.who_we_are p{
	text-align: justify;
	color: #000000;
}

#who img{
	max-height: 20%;
}

.who_video{
	padding: 40px;
}

@media(max-width: 767px){
	.who_video iframe{
		width: 100%;
	}
	.who_video{
		padding: 0px;
	}
}

#who {
	width: 100%;
	height: 10%;
	position: relative;
	z-index: auto;
}
#who:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#who.about:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%)!important;
}

#who h2 {
	color: #eee;
	font-size: 32px;
}

@media (min-width: 1024px) {
	#who {
		background-attachment: fixed;
	}
}

#who .container {
	position: relative;
	color: white;
}

.hero-info {
	position: absolute;
	bottom: 50px;
	left: 16px;
}
#who_we_are h4{
	font-weight: 700;
}
/*end who_we_are*/


/*vision and mission*/
.vision_mission p{
	text-align: justify;
	color: #000000;
}
/*end vision and mission*/


/*facts and figure*/
#facts_figure {
	background: #ffffff;
	padding: 5%;
}
.tb_text p{
	text-align: justify;
	color: #000000;
	font-size: 18px;
}
.latest h6{
	text-align: left;
	color: #fff;
	font-weight: 700;
}
.latest p{
	text-align: left;
	color: #fff;
}

#facts_figure .table tr{
	border: 1px solid transparent;
}
/* #facts_figure .table th{
	padding-left: 40px;
}
#facts_figure .table td{
	padding-left: 40px;
}
#facts_figure tr:nth-child(odd) {
	background-color: #ccc;
}

#facts_figure tr:nth-child(even) {
	background-color: #eee;
} */

#years {
	background: #f1f1f1;
	padding: 30px 0px 30px 0px;
}

.a-box {
	display: inline-block;
	width: 235px;
	text-align: center;
	margin: 10px 0px;
}

.year-container {
	height: 50px;
	width: 150px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 85px;
	border-radius: 10px;
	background-color: #fa0202;
}

.year-container p {
	font-weight: bolder;
	font-size: 25px;
	color: #ffffff;
	padding-top: 7px;

}

.text-container {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	padding: 30px 20px 20px 20px;
	border-radius: 15px;
	background: #fff;
	margin: -120px 0px 0px 0px;
	line-height: 19px;
	font-size: 16px;
}

.text-container h3 {
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px;
}

/*Fact_boxs*/

.fact_cont {
	height: auto;
	width: 100%;
}

.fact_box {
	margin: 12px 0px;
	text-align: center;
	font-size: 25px;
}

.clubs{
	font-size: 22px;
}

.obu{
	font-size: 15px;
}

.tc{
	font-size: 18px;
}

.numrank {
	font-size: 71px;
}

.numtc{
	font-size: 48px;
}

.numtc .count{
	color: white;
}

.fact_box1{
	background-color: #404040;
	color: white;
}

.fact_box1 .count{
	color: white;
}

.fact_box2{
	background-color: #db3031;
	color: white;
}

.fact_box2 .count{
	color: white;
}

.fact_box3{
	background-color: #ccc8c8;
}

/*end facts and figure*/

/*csr*/
.csr_video{
	padding: 40px;
}

@media(max-width: 767px){
	.csr_video iframe{
		width: 100%;
	}
	.csr_video{
		padding: 0px;
	}
}

.csr_img{
		opacity: 0.7;
		background-color: #000;
		color: #000;
	}

.csr_tilte{
	font-weight: 600;
	color: #000;
	font-size: 20px;
}
.csr p{
	text-align: justify;
	color: #000000;
}

#csr {
	width: 100%;
	height: 10%;
	position: relative;
	z-index: auto;
}
#csr:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#csr img{
		max-height: 20%;
	}

#csr h2 {
	color: #eee;
	font-size: 32px;
}

#csr .container {
	position: relative;
	/*text-align: center;*/
	color: white;
}
.csr-info {
	position: absolute;
	bottom: 40px;
	left: 16px;
}
.csr {
	background: #f1f1f1;
}
.csr .fee-card {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 8px 0px #89858533;
}
.csr .fee-card .text-muted {
	color: #696969!important;
}
.csr .fee-card .card-text {
	color: #212121!important;
	font-weight: 600;
}
.csr .fee-card .date {
	color: #696969;
	font-size: 14px;
}
/*csr*/

/*chin-state*/
.chin_state p{
	text-align: justify;
	color: #222;
}

.chin_state .ug_table th{
	border-right: 1px solid #9f9f9f;
}
.chin_state .ug_table th{
	padding-left: 30px;
}
.chin_state .ug_table td{
	padding-left: 30px;
}
.chin_state .ug_table tr:nth-child(odd) {
	background-color: #ddd;
}

.chin_state .ug_table tr:nth-child(even) {
	background-color: #fff;
}
.chin_state h5{
	color: #222;
}
	/*p{
		color: #222;
	}*/
	.chin_state ul{
		color: #222;
	}

	.chin_tilte{
		font-weight: bold;
		color: #e7494a;
		font-size: 26px;
	}
	.chin_state p{
		text-align: justify;
		color: #000000;
	}


	#chin_state {
		width: 100%;
		height: 10%;
		position: relative;
		/*padding: 250px 0 1px 0;*/
		z-index: auto;
	}
	#chin_state:before {
		content: "";
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%);
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	#chin_state img{
		max-height: 20%;
	}

	#chin_state h2 {
		color: #eee;
		font-size: 32px;
	}

	#chin_state .container {
		position: relative;
		color: white;
	}
	.chin-info {
		position: absolute;
		bottom: 40px;
		left: 16px;
	}
	.chin_state {
		background: #f1f1f1;
	}
/*chin-state*/

/*scholarship*/
.scholarship{
	background-color: #FDFDFD;
}
.scholar_tilte{
	font-weight: bold;
	color: #e7494a;
	font-size: 26px;
}

.scholarship .ug_table th{
	background: red;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #fff;
	padding-left: 30px;
	color: #fff!important;
	width: 50%;
}
.scholarship .ug_table td{
	padding-left: 30px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
@media(max-width: 500px){
	.scholarship .ug_table th, .scholarship .ug_table td{
		padding-left: 20px;
	}
}
.scholarship tr:nth-child(odd) {
	background-color: #ddd;
}

.scholarship tr:nth-child(even) {
	background-color: #eee;
}
.scholarship h5{
	color: #222;
}
.scholarship ul{
	color: #222;
}
.scholarship p{
	text-align: justify;
	color: #222;
}
.scholarship .esbcs{
	margin: 40px 0px 0px 0px;
}
.scholarship .sufx_title{
	color: rgb(3, 81, 161);
	margin: 50px 0px 24px 0px;
}
.scholarship .sfux{
	color: #045395;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height:50px;
	text-align: left;
}
.scholarship .sfux1{
	font-size: 20px;
	font-weight: bold;
}

#scholarship {
	width: 100%;
	height: 10%;
	position: relative;
	/*padding: 250px 0 1px 0;*/
	z-index: auto;
}
#scholarship:before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%);
	opacity: 0.5;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#scholarship img{
		max-height: 20%;
	}

#scholarship h2 {
	color: #eee;
	font-size: 32px;
}
#scholarship .btn-get-started {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 50px;
	transition: 0.5s;
	margin-bottom: 10px;
	border: 2px solid #ffffff;
	color: #ed1c24;
	font-weight: 900;
	background: #ffffff;
}
#scholarship .btn-get-started:hover {

	font-family: 'Inter', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 50px;
	transition: 0.5s;
	margin-bottom: 10px;
	border: 2px solid #ffffff;
	color: #fff;
	background: transparent;
}

#scholarship .container {
	position: relative;
	/*text-align: center;*/
	color: white;
}
.scholar-info {
	position: absolute;
	bottom: 40px;
	left: 16px;
}
.scholar{
	font-size: 18px;
	font-weight: bold;
	text-align:center!important;
}
.mba {
	font-weight: 500;
	color: #6A6A6A!important;
}
.scholar-tab {
	border-radius: 10px;
	box-shadow: 0px 2px 8px 0px #89858533;
	background: #fff;
}
.scholar-tab.nav-pills .nav-link.active, .scholar-tab.nav-pills .show>.nav-link {
    color: #212121;
	border-radius: 10px;
    background-color: #F5F5F5;
}
.scholar-tab .nav-link {
	color: #212121;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	padding: 12px 20px;
	margin-bottom: 5px;
}
.scholarship .money {
	color: #000000;
	background: #F0F1F2;
	border-radius: 5px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	cursor: default;
}
.scholarship .money i {
	font-size: 16px;
	vertical-align: middle;
	color: #D30000;
}
.scholarship .noti {
	color: #6A6A6A;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.scholarship .view-detail {
	background: #D30000;
	border: none;
	width: 100%;
	padding: 10px;
	border-radius: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.scholarship .view-detail i {
	font-size: 18px;
	vertical-align: middle;
}
/*scholarship*/

.fact_box3 .count{
	color: #444444;
}
/*end facts and figure*/


/*academic and governance*/
#academic {
    background: #f1f1f1;
  }
  .academic p{
    text-align: justify;
    color: #000000;
 }
/*end academic and governance*/


/*students voice*/
  #voice p{
  	text-align: justify;
  }
  .wrap{
    background-color: black;
  }
  .carousel-indicators button{
    width: min(max(10px, 2vw), 15px)!important;
    height: min(max(10px, 2vw), 15px)!important;
    border-radius: 100%!important;
  }
  .carousel-indicators .active{
    background-color: red;
  }
  .carousel-control-prev{
    font-size: 30px;
    color: rgb(255, 255, 255)!important;
    justify-content: flex-end!important;
  }
   .carousel-control-next{
    font-size: 30px;
    color: rgb(253, 253, 253)!important;
    justify-content: flex-start!important;
   }

  .carousel-inner img{
    padding: 3% 0% 5% 0%;
  }

  @media (min-width: 1024px){
  	.carousel-inner img{
    width: 50%;
  	}

	  .carousel-control-prev, .carousel-control-next{
		font-size: 3rem;
	  }
  }

  @media (max-width: 1023px){
  	.carousel-inner img{
    width: 100%;
  	}
  }
/*end students voice*/


/*international partners*/
  .partner p{
    text-align: justify;
    color: #000000;
  }
/*end international partners*/


/*corporate partner*/
.corporate .container{
	padding: 5% 5% 3% 5%;
}
  .corporate p{
    text-align: justify;
    color: #000000;
  }

  /* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
}

.slick-slide img {
  width: 80%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

.row {
  overflow: hidden;
}

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}
/*end corporate partner*/


/*event_list*/
#event {
		background: #f1f1f1;
		font-family: "Pyidaungsu";
		font-size: 17px;
		line-height: 1.8;
	}
	.event p{
		text-align: justify;
		color: #000000;
	}
	.event h3{
		font-family: 'Pyidaungsu';
		color: #000;
		line-height: 1.5;
	}
	#who .event-title1 {
		text-decoration: underline;
		text-decoration-color: red;
		text-decoration-thickness: 0.1em;
	}
	#who .event-title2 {
		color: #ffffff!important;
		text-align: justify;
	}

	@media screen and (min-width: 821px){
	#who .event-title2 {
		font-size: 1.3vw;
		}
	}

	@media screen and (max-width: 820px){
	#who .event-title2 {
		font-size: 2vw;
		padding-right: 5%;
		}
	#who .event-title1 {
		font-size: 4vw;
		}
	}
	.card-box {
		margin-bottom: 3vw;
	}

	.btn-outline-dark {
		background: #383838;
		color: #fff;
		width: 100%;
		border-radius: 14px!important;
		margin-top: 2rem;
		font-weight: bold;
		border: 2px solid!important;
	}
	.btn-outline-dark:hover{
		background: #fff!important;
		color: #000!important;
	}

	.card-text {
		color: #696969!important;
		font-size: 16px;
		font-family: 'Inter';
	}

/*responsive pagination*/

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination > a,
.pagination > span {
	border: 2px solid;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10%;
	font-size: 17px;
	margin: 0 3px 5px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}
.pagination > span {
	pointer-events: none;
}
.pagination svg {
	height: 24px;
	width: 24px;
}
.pagination > a:hover {
	background-color: black;
	color: #fff;
}
.pagination > a.page-active {
	background-color: black;
	color: #fff;
}
/*end event_list*/


/*event*/
#event .lightbox-gallery .item:hover {
	opacity: 0.5;
}
.event .card-title{
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Pyidaungsu';
	font-weight: 600;
}
.event .tt {
	color: #212121;
	font-weight: 600;
}
.event .card,
.fee-card,
.fee-card .card {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 2px 8px 0px #89858533!important;
}
.fee-card h6 {
	color: #212121!important;
	font-weight: 600;
}
.fee-card .card-text {
	color: #212121!important;
	font-weight: 600;
	text-align: left;
}
.fee-card .date {
	color: #696969;
	font-size: 16px;
	font-weight: 600;
}
.who_img{
	opacity: 0.7;
	background-color: #000;
	color: #000;
}
@media (max-width: 768px){
	.title{
    	margin-bottom: 5px!important;
	}
}

.title{
    margin-bottom: 10px!important;
}

#date {
    color: #a5b0a8!important;
}

.img-container {
  	justify-content: center;
 	 display: flex;
  	flex-direction: row;
  	overflow: hidden;
}
.img-container .img-to-fit {
 	flex: 1;
  	height: 95%;
}
.share-box {
	text-align: center!important;
	border: 2px solid;
	border-radius: 25px;
	padding: 10px 1px 10px 1px;
}
@media (min-width: 913px){
	.share-box1 {
		margin: 0px 0px 0px 100px;
	}

	.share-box2 {
		margin: 0px 100px 0px 0px;
	}
}

.icon {
	color: black;
	font-size: 20px;
	margin: 0px 10px;
}

.icon:hover, .icon:active
{
	color: blue;
}

#event .lightbox-gallery .item{
	padding: 0px!important;
}
/*end event*/


/*alumni*/
.h1-title{
		color: black;
		font-weight: bold;
	}

	.h4-title{
		color: red;
		font-weight: bold;
	}

	.inlist{
		list-style: disc;
	}

	.alumni p{
		text-align: justify;
	}

	.alumni li{
		padding: 8px;
	}
/*End of alumni*/

/*icm style*/
  #icm {
    /*background: #f1f1f1;*/
    padding: 50px 0px 50px 0px;
  }
  .icm p{
    text-align: justify;
    color: #000000;
  }
  .icm button{
  	border-radius: 15px;
  	width: 90%;
  	height: 130px;
  	border: none;
  	font-size: 1.2em;
  	font-weight: bold;
  	color: white;
    background-position: center center!important;
    background-size: cover!important;
  }

  @media(max-width: 991px){
  	.icm h2{
  		text-align: center;
  	}
  }
  .icm button:hover{
  	opacity: 0.7;
  }
/*End of icm*/

/*start of certificate*/
  #cert {
    /*background: #f1f1f1;*/
    padding: 50px 0px 50px 0px;
  }
  .cert p{
    text-align: justify;
    color: #000000;
  }
  .cert button{
    border-radius: 15px;
    width: 90%;
    height: 130px;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    background-position: center center!important;
    background-size: cover!important;
  }
  .cert button:hover{
  	opacity: 0.7;
  }

/*End of certificate*/


/*Icm Class start*/
.icm_class{
	font-family: "Pyidaungsu";
	font-size: 17px;
	color: black!important;
}
.icm_class p{
	line-height: 1.8;
}
.icm_class .ph_num{
	float: left;
}
.icm_class .enroll{
	padding: 15px 70px;
	font-size: 25px;
	margin: 30px 0px;
	border-radius: 15px;
	background-color: #f50202;
	font-weight: bold;
	color: white;
	border: none;
}

.icm_class .enroll:hover{
	background-color: #bf0404;
}

.icm_class .enroll:active{
	background-color: #bf0404;
}

.icm_class h1, .icm_class h4{
	color: #f50202;
	font-weight: bold;
}

.icm_class .header{
	color: black;
}

.icm_class .details{
	margin-bottom: 20px;
}

.icm_class h5{
	font-weight: bold;
}

.icm_class li{
	margin: 10px 0px;
}

.icm_class .lecturer img{
	text-align: center;
}

.icm_class .detail{
	text-align: justify;
}

.m1 h4, .m1 h5{
	font-family: "Pyidaungsu";
	font-weight:  bold;
}
.m2 h4, .m2 h5{
	font-family: "Pyidaungsu";
	font-weight:  bold;
}
.m3 h4, .m3 h5{
	font-family: "Pyidaungsu";
	font-weight:  bold;
}
.m4 h4, .m4 h5{
	font-family: "Pyidaungsu";
	font-weight:  bold;
}
.m5 h4, .m5 h5{
	font-family: "Pyidaungsu";
	font-weight:  bold;
}

/*End of Icm class*/


/*Campus*/
.p1 {
  text-align: justify;
  color: #000000;
}
.campus h5{
	color :#FF0000;
}
/*End Campus*/


/*Contact us*/
#contact .bg-img{
	height: 400px;
}
.contactus{
		background: #ffffff;
    color: black;
  }

    .contactus p{
        text-align: center;
        line-height: 40px;
    }

    .contactus h3{
        color: red;
        font-weight: bold;
        text-align: center;
    }

    .contactus .form-group{
        background-color: #f3f3f3;
        padding: 50px;
        border-radius: 20px;
    }

    @media(max-width: 500px){
    	.contactus .form-group{
        padding: 30px;
    	}
    }

    .contactus .form-group label, .contactus .form-group button{
        margin-top: 30px;
        font-weight: 500;
        margin-bottom: 1%;
    }

    .contactus .form-group button{
        border-radius: 10px;
        padding: 15px;
        font-size: 20px;
    }

    .contactus .form-group input, .contactus .form-group textarea{
        border: none;
        border-radius: 10px;
    }

    .contactus .form-group input{
        padding: 15px;
    }
/*End Contact us*/

/*Faculty*/
#faculty{
	background-color: #f1f1f1;
}
#faculty .btn-get-started {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 20px;
	transition: 0.5s;
	border: 2px solid #ed1c24;
	text-transform: uppercase;
	color: #fff;
}
#faculty .btn-get-started {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
#faculty .btn-get-started:hover {
	background: #ed1c24;
	color: #fff;
	border: 1px solid #ed1c24;
}
#faculty .page-link{
	background: transparent!important;
	border: none!important;
}
#faculty .page-link:hover{
	background: transparent!important;
	color: #000;
	border: none!important;
}
#faculty .btn-get-started nav .flex-1{
	display: none;
}
#faculty .form-select{
	width: 35%;
	height: 100%;
	float: right;
}
#position{
	text-align: center;
}
.form-select{
	box-shadow: none!important;
	border: none!important;
}
@media (max-width: 992px){
	#faculty .form-select{
		width: 100%;
		height: 100%;
	}
	#position{
		text-align: left;
	}
}

@media (max-width: 769px){
	#faculty .detail{
		text-align: center;
	}
}
/*Faculty*/

/*Myanmar Font*/
@font-face {
  font-family: Pyidaungsu;
  src: url(Pyidaungsu-2.5.3_Regular.ttf);
}
/* Myanmar Font */

/* start of new postgrad */
#pg .image-container {
    position: relative;
}

#pg .image-container img {
    width: 100%;
    height: auto;
    display: block;
}

#pg .image-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 32px;
    z-index: 2;
}

#pg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #21212173;
    z-index: 1;
}

#pg .postgraduate {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: #D30000;
    color: #ffffff;
    padding: 10px 30px;
    z-index: 3;
}

#pg .card{
    border-top: 5px solid #D30000;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px #89858533;
    background: #F4F8FB;
}

#pg .text{
    color: #696969;
    font-weight: 500;
}

#pg .mba{
    font-weight: 600;
}

#pg .learn{
    width: Hug (125.64px)px;
    height: Fixed (45px)px;
    padding: 14px 16px 14px 16px;
    border-radius: 5px;
    border: 1px solid #212121;
    background: #fff;
	color: #212121;
}

#pg .learn:hover{
	background-color: #212121;
	color: #fff;
}

@media(max-width: 400px) {
    #pg .image-container h3 {
        font-size: 20px;
        left: 25%;
        transform: translate(-10%, -50%);
    }

    #pg .postgraduate {
        bottom: -65%;
        font-size: 15px;
    }
}

@media(min-width: 401px) and (max-width: 539px) {
    #pg .image-container h3 {
        font-size: 24px;
        left: 32%;
        transform: translate(-22%, -50%);
    }

    #pg .postgraduate {
        bottom: -50%;
        font-size: 15px;
    }
}

@media(min-width: 540px) and (max-width: 767px) {
    #pg .image-container h3 {
        font-size: 24px;
        left: 40%;
        transform: translate(-22%, -50%);
    }

    #pg .postgraduate {
        bottom: -18%;
        font-size: 15px;
        left: 38%;
        transform: translate(-22%, -50%);
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #pg .image-container h3 {
        font-size: 30px;
        left: 40%;
        transform: translate(-25%, -50%);
    }

    #pg .postgraduate {
        bottom: -20%;
    }
}

@media(min-width: 992px) and (max-width: 1799px) {
    #pg .image-container h3 {
        font-size: 32px;
    }

    #pg .postgraduate {
        bottom: -13%;
        font-size: 24px;
    }
}

@media(min-width: 1800px) {
    #pg .image-container h3 {
        font-size: 38px;
    }

    #pg .postgraduate {
        bottom: -9%;
        font-size: 26px;
    }
}

@media(min-width: 992px) {
	#pg .logo {
		width: 80%;
	}
}
/* end of new postgrad */

/* start of postgrad */
.postgrad .heading{
	color: #000;
}

.postgrad h4{
	color: #FF0000;
	font-weight: 600;
}

.postgrad .tab-content{
	background: #F1F1F1;
	border-radius: 6px;
}

.postgrad .nav-tabs{
	padding: 0px 8px;
	border-bottom: 0px;
}

.postgrad .nav-item{
	padding: 0px;
	border-radius: 0%!important;
	border: 2px solid white;
	text-align: center;
}

.postgrad .nav-link{
	background: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
	border-radius: 6px!important;
	border: 2px solid #dee2e6!important;
	height: 100%;
	color: #000;
	font-weight: 500;
}

.postgrad .nav-link.active{
	color: #fff;
	background: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
	border-color: #fda4a4!important;
}

.postgrad .website{
	color: #0682FF;
	text-decoration: underline;
}

.postgrad .website:hover {
	color: red;
}

@media (max-width: 458px){
	.postgrad .heading{
		text-align: center;
	}
	.postgrad h4{
		text-align: center;
	}
}
/* end of postgrad */

/*who banner phone size*/
#whophonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/img/who_we.webp") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#whophonesize h2 {
    color: #eee;
}
#whophonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#whophonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of who banner phone size*/

/*vision mission banner phone size*/
#vmphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/vision_mission.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#vmphonesize h2 {
    color: #eee;
}
#vmphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#vmphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of vision mission banner phone size*/

/*faculty banner phone size*/
#fphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/faculty.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#fphonesize h2 {
    color: #eee;
}
#fphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#fphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of faculty banner phone size*/

/*facts banner phone size*/
#factphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/home_image/banner/figure.webp") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#factphonesize h2 {
    color: #eee;
}
#factphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#factphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of facts banner phone size*/

/*academic banner phone size*/
#aphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/img/academic.webp") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#aphonesize h2 {
    color: #eee;
}
#aphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#aphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of academic banner phone size*/

/*students' voice banner phone size*/
#sphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/student_voice.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#sphonesize h2 {
    color: #eee;
}
#sphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#sphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of students' voice banner phone size*/

/*csr banner phone size*/
#csrphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/csr.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#csrphonesize h2 {
    color: #eee;
}
#csrphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#csrphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of csr banner phone size*/

/*chin banner phone size*/
#chinphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/chin_state.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#chinphonesize h2 {
    color: #eee;
}
#chinphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#chinphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of chin banner phone size*/

/*scholarship banner phone size*/
#scholarphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/img/image 60.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#scholarphonesize h2 {
    color: #eee;
}
#scholarphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#scholarphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of scholarship banner phone size*/

/*int_partners banner phone size*/
#intphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/intl.webp") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#intphonesize h2 {
    color: #eee;
}
#intphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#intphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of int_partners banner phone size*/

/*int_partners banner phone size*/
#cpphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/home_image/banner/facts.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#cpphonesize h2 {
    color: #eee;
}
#cpphonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#cpphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of int_partners banner phone size*/

/*event_list banner phone size*/
#eventphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/students.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#eventphonesize h2,#eventphonesize p {
  color: #eee;
}
#eventphonesize .phero-info {
  position: absolute;
  bottom: 0px;
  left: 8px;
  right: 8px;
}
#eventphonesize .event-title1 {
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-thickness: 0.1em;
}
#eventphonesize .event-title2 {
	color: #ffffff!important;
	text-align: justify;
}
.events .nav-link  {
	background: #ffffff!important;
	color: #212121!important;
	font-weight: 600;
	font-family: 'Inter';
	font-size: 16px;
	padding: 24px 0;
	box-shadow: 0px 2px 8px 0px #8985851A;
}
.events .nav-link:hover {
	background: #cdcdcd!important;
}
.events .nav-link.active {
	background: #cdcdcd!important;
}
.events .nav-link i {
	font-size: 20px;
}
@media(max-width: 767px){
	#eventphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of event_list banner phone size*/

/*alumni banner phone size*/
#alumniphonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/frontend/images/alumini.webp") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#alumniphonesize h2,#alumniphonesize p {
  color: #eee;
}
#alumniphonesize .phero-info {
  position: absolute;
  bottom: 0px;
  left: 8px;
  right: 8px;
}
#alumniphonesize .event-title1 {
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-thickness: 0.1em;
}
#alumniphonesize .event-title2 {
	color: #ffffff!important;
	text-align: justify;
}
@media(max-width: 767px){
	#alumniphonesize{
		padding: 300px 0px 20px 0px;
	}
}
/*end of alumni banner phone size*/

/*contact banner phone size*/
#contactphonesize {
  width: 100%;
  position: relative;
  background:  url("/assets/img/hero-bg.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
@media(max-width: 767px){
	#contactphonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*end of contact banner phone size*/

/*Strategy First Times*/
#topbar2{
	background-color: #ffffff;
	border-bottom: 1px dotted #999;
}
.fixed-top .large{
	padding: 0px;
}
#header2{
	border-bottom: 1px dotted #999;
	background: #000;
}
#topbar2 .cta .sub_btn{
  background-color: #ed1c24;
  border: none;
  padding: 8px 10px;
}
#topbar2 .cta .sub_btn:hover{
  background-color: #000;
  color: #fff!important;
}
#topbar2 .search {
    padding-top: 1px;
    margin-right: 5px;
}
@media(max-width: 387px) {
		.head-round {
        width: 80%;
        margin: 0 auto;
    }
    .input-group {
      width: 80%;
      margin: 0 auto;
  }
}
#topbar2 input:active,
#topbar2 input:focus {
    outline: none;
    box-shadow: none;
}

#topbar2 #button-addon3 i:hover {
    color: #ed1c24!important;
}

#topbar2 #button-addon3:active,
#topbar2 #button-addon3:focus {
    outline: none;
    box-shadow: none;
}
@media(min-width: 768px){
	.footer_nav ul{
		display: flex;
	}
}
@media(max-width: 767px){
	.fixed-top .small{
		display: block!important;
	}
	#navbar{
		float: right;
	}
}
@media(max-width: 767px) and (min-width: 361px){
	#navbar{
		margin: 20px 12px;
	}
}
@media(max-width:360px){
	#navbar{
		margin: 10px 5px;
	}
	.fixed-top .large{
		padding: 0 12px!important;
	}
}
#sft-footer{
	padding:40px 0px 40px 0px!important;
	background: #3e454c!important;
}
.footer_nav ul{
	list-style: none;
}
.footer_nav a{
	font-size: 17px!important;
	color: #eee;
	font-weight: 500!important;
	border-bottom: none!important;
	text-align: center;
}
.footer_nav > ul > li > a:before {
  background-color: unset;
}
.footer_nav a:hover{
	color: #ed1c24!important;
}
/*Strategy First Times*/

/*our people*/
.our_position{
	font-size: 14px;
	text-align:center!important;
}

.our_people p{
		text-align: justify;
		color: #000000;
	}


	#our_people {
		width: 100%;
		height: 10%;
		position: relative;
		/*padding: 250px 0 1px 0;*/
		z-index: auto;
	}
	#our_people:before {
		content: "";
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%);
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	#our_people img{
		max-height: 20%;
	}

	#our_people h2 {
		color: #eee;
		font-size: 32px;
	}

	#our_people .container {
		position: relative;
		color: white;
	}
	.chin-info {
		position: absolute;
		bottom: 40px;
		left: 16px;
	}
	.our_people {
		background: #f1f1f1;
	}

	#peoplephonesize {
  width: 100%;
  position: relative;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 99.27%), url("/img/who-we.png") center bottom no-repeat;
  background-size: cover;
  padding: 300px 0px 20px 0px;
}
#peoplephonesize h2 {
    color: #eee;
}
#peoplephonesize .phero-info {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
@media(max-width: 767px){
	#peoplephonesize{
		padding: 250px 0px 20px 0px;
	}
}
/*our people*/

/*A-link*/
#Alink .what{
	font-size: 40px;
	font-weight: 700;
	color: #000;
}
#Alink .explore{
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
 #Alink .guide{
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
#Alink .first{
	color: #696969;
}
#Alink .block{
	background-color: #FAFAFA;
	border-radius: 16px;
	height: 300px;
}
#Alink .block img{
	width: 50px;
}
#Alink .title{
	color: #000;
	font-weight: 500;
}
@media(max-width: 991px) and (min-width: 768px){
	#Alink .block{
		height: 400px;
	}
}
@media(max-width: 767px){
	#Alink .block{
		height: auto;
	}
}
#Alink .bg{
	padding: 8rem 0;
	background: url("/img/A-link/BG.png") center bottom no-repeat;
	background-size: cover;
}
#Alink .one{
	border: 1px solid rgba(230, 232, 236, 0.5);
	border-radius: 20px;
}
#Alink .card{
	position: relative;
  display: inline-block;
  background: transparent;
  border: none;
}
#Alink .card img{
	width: 58px;
}
#Alink .card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#Alink .one:hover .img-top {
  display: inline;
}
#Alink .country{
	margin-top: 6rem;
	margin-bottom: 7rem;
}
#Alink .need{
	background: linear-gradient(84.88deg, #FAB411 0%, #EA3C26 101.07%);
	padding: 4.5rem 0;
}
#Alink .book{
	background-color: #fff;
	color: #000;
	font-weight: 500;
	border: none;
	border-radius: 7px;
	padding: 12px 25px 12px 25px;
}
#Alink .book:hover{
	background-color: #FFF1E8;
	color: #F1701D;
}
/*End of A-link*/

/*PD Programmes*/
#pd_programmes{
	background-color: #F1F1F1;
}
.pd_programmes .pd_title{
	color: #000;
	font-size: 32px;
	font-weight: 700;
}
.pd_programmes p{
	color: #000;
	text-align: justify;
}
.pd_programmes .icm{
	padding-right: 12px;
}
.pd_programmes .weight{
	font-weight: 500;
	font-size: 16px;
}
.pd_programmes a:hover .weight{
	color: #ff0000!important;
}
.pd_programmes .card{
	border-radius: 30px!important;
	border: none!important;
}
.pd_programmes .card .top{
	border-radius: 30px 30px 0 0;
}
/*End of PD Programmes*/

/*New Footer*/
#footer .logo-background{
    background: #414141;
}
#footer .explore{
  font-size: 15px;
  font-weight: 600;
  padding: 4px 6px;
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}
#footer .locate{
	padding: 4px 6px;
  background: #000;
  color: #000;
  border: 1px solid #000;
}
#footer .first a{
	color: #fff;
}
#footer .first a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#footer .phone{
	color: #B3B3B3;
	line-height: 2;
}
#footer .mail{
	color: #B3B3B3;
	text-decoration: underline;
}
#footer .email{
    font-size: 18px;
    vertical-align: middle;
}
#footer .padd{
    padding-left: 35px;
}
#footer .mail:hover{
	color: #ff0000;
	text-decoration: underline;
}
#footer .title{
	font-weight: 600;
}
/*New Footer*/

/* Career */
.career .card {
	background: #F4F8FB;
	border-radius: 10px;
	border: none;
}
.career .card i {
	font-size: 22px;
	color: #212121;
	vertical-align: middle;
}
.career .card a {
	color: #007AFF;
	text-decoration: underline;
}
.career .card iframe {
	border-radius: 10px;
}
.career .job-header {
    padding: 20px 30px;
}

.career .job-title-row {
    justify-content: space-between;
    width: fit-content;
    margin-bottom: 8px;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.career .logo-wrapper .company-logo {
    width: 50px;
    height: auto;
}

.career .job-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-gray);
    margin: 0 !important;
}

.career .job-info {
	color: #212121;
	font-weight: 600;
}

.career .job-type {
	color: #696969;
	padding-left: 20px;
}

.career .job-description h5 {
	color: #212121;
	font-weight: 600;
	font-size: 20px;
}

.career .job-description ul li{
	color: #696969;
}
/* End of Career */